.r--featured-section::after {
    content: "";
    clear: both;
    display: table;
}

.r--featured-section {
    width: 100%;
}

.r--featured-wapper {
    float: left;
    width: 100%;
}

.r-container {
    margin: 0 auto;
    float: none;
}

.r-container::after {
    clear: both;
    content: '';
    display: table;
}

.r_left {
    text-align: left !important;
}

.r_center {
    text-align: center !important;
}

.r_right {
    text-align: right !important;
}